home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / color.dxr / 00494.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  274 b   |  15 lines

  1. on mouseUp me
  2.   global pntr, pnto, pntp
  3.   hideit(30, 30)
  4.   showit(31, 31)
  5.   if the blend of sprite 32 = 60 then
  6.     set the blend of sprite 32 to 100
  7.     pntr = "on"
  8.   else
  9.     set the blend of sprite 32 to 60
  10.     pntr = "off"
  11.     pnto = "off"
  12.     pntp = "off"
  13.   end if
  14. end
  15.